By using Keystone Carbonite, routes a parameterized program execution request to the underlying data store.
Namespace:
Keystone.Clockwork.To.Carbonite
Assembly: Keystone.Clockwork.To.Carbonite (in Keystone.Clockwork.To.Carbonite.dll)
Assembly: Keystone.Clockwork.To.Carbonite (in Keystone.Clockwork.To.Carbonite.dll)
public class RunProgram<TProgramResult, TProgramArguments, TDao, TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters> : Gear<TProgramResult>
where TDao : IDataContextProgramDao<TProgramResult, TProgramArguments>
where TCarboniteController : CarboniteController<TDataContext, TTransaction, TTransactionCreationParameters>
This language is not supported or no code example is available.
Type Parameters
- TProgramResult
-
The program result type.
- TProgramArguments
-
The type of the program arguments.
- TDao
-
The Program DAO type.
- TDataContext
-
The data store context type.
- TCarboniteController
-
The carbonite controller type that will host instances of this DAO.
- TTransaction
-
The transaction type to use in persistence operations.
- TTransactionCreationParameters
-
The transaction creation parameters type.
Return Value
The program running result, if any.Keystone.Clockwork.To.Carbonite.RunProgram<TProgramResult, TProgramArguments, TDao, TDataContext, TCarboniteController, TTransaction, TTransactionCreationParameters>
Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.